home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 205_01 / wstype.doc < prev    next >
Text File  |  1980-01-01  |  512b  |  22 lines

  1. -------------------------------------------------------------------------------
  2.  WSTYPE
  3. -------------------------------------------------------------------------------
  4.  
  5. Format:
  6.  
  7.      wstype [[filename[.ext]
  8.  
  9. Purpose:
  10.  
  11. WSTYPE displays the contents of files saved in WordStar format.
  12.  
  13. Examples:
  14.  
  15. Display the contents of the file named read.me.
  16.  
  17.      wstype read.me
  18.  
  19. Create an ASCIZ file from wordstar.txt named clean.txt.
  20.  
  21.      wstype read.me > clean.txt
  22.